projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f95efa
)
x86-64: pci_probe must be resident
author
Jan Beulich
<jbeulich@novell.com>
Fri, 14 Jan 2011 14:26:11 +0000
(14:26 +0000)
committer
Jan Beulich
<jbeulich@novell.com>
Fri, 14 Jan 2011 14:26:11 +0000
(14:26 +0000)
... now that we reference it from emulate_privileged_op().
Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/x86_64/mmconfig-shared.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/x86_64/mmconfig-shared.c
b/xen/arch/x86/x86_64/mmconfig-shared.c
index f1d790ec9e90cde44560af8a26e5114d2cd0bc8d..f36ae75153f8c9bcb806e13f8d18b0958eb41e54 100644
(file)
--- a/
xen/arch/x86/x86_64/mmconfig-shared.c
+++ b/
xen/arch/x86/x86_64/mmconfig-shared.c
@@
-26,7
+26,7
@@
#include "mmconfig.h"
static int __initdata known_bridge;
-unsigned int
__cpuinitdata
pci_probe = PCI_PROBE_CONF1 | PCI_PROBE_MMCONF;
+unsigned int pci_probe = PCI_PROBE_CONF1 | PCI_PROBE_MMCONF;
static void __init parse_mmcfg(char *s)
{